diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 12:22:43 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 12:22:43 +0200 |
commit | 27746d592b72ccb04f51a6ba53b84d8de10382e9 (patch) | |
tree | 5ecde4209e87cafe1d22344d6634d7ab74f5669a /app/(tabs)/alerts/[id].tsx | |
parent | 126e967836155e056776fcd548a4b0b0e9e29d9a (diff) |
Shwo unseen noitifications number
Diffstat (limited to 'app/(tabs)/alerts/[id].tsx')
-rw-r--r-- | app/(tabs)/alerts/[id].tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/(tabs)/alerts/[id].tsx b/app/(tabs)/alerts/[id].tsx index 9dba92a..92856b3 100644 --- a/app/(tabs)/alerts/[id].tsx +++ b/app/(tabs)/alerts/[id].tsx @@ -158,7 +158,7 @@ export default function AlertIdScreen() { const theme = useColorScheme() ?? 'light'; return ( - <ParallaxScrollView> + <ParallaxScrollView token={token} userId={userId}> {alert === null ? ( <ThemedView> <ThemedText>Loading...</ThemedText> |